Description
Filters the value of the requested user metadata. The filter name is dynamic and depends on the $field parameter of the function.
Occurrences
Filename | Line Number |
---|---|
wp-includes/author-template.php | 217 |
Parameters
Type | Name | Description |
---|---|---|
string | $author_meta | The value of the metadata. |
int|false | $user_id | The user ID. |
PHP Doc
/**
* Filters the value of the requested user metadata.
*
* The filter name is dynamic and depends on the $field parameter of the function.
*
* @since 2.8.0
*
* @param string $author_meta The value of the metadata.
* @param int|false $user_id The user ID.
*/